PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class / addPolyLineTo Method
An array of points that define the lines.
In This Topic
    addPolyLineTo Method
    In This Topic
    Adds a series of connected lines at the end of current sub-path.
    Syntax
    public void addPolyLineTo( 
       PDFPoint[] points
    )

    Parameters

    points
    An array of points that define the lines.
    Exceptions
    ExceptionDescription
    when points parameter is null.
    See Also